body {
  line-height: 1;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
blockquote,
q {
  quotes: none;
}
nav ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
del {
  text-decoration: line-through;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
input,
select {
  vertical-align: middle;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}
.wizard a,
.tabcontrol a {
  outline: 0;
}
.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard > .steps .number {
  font-size: 1.429em;
}
.wizard > .steps > ul > li {
  width: 25%;
}
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
.wizard > .content {
  display: block;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  padding: 2.5%;
}
.wizard > .content > .body.current {
  position: relative;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.wizard > .actions > ul > li {
  margin: 0 0.5em;
}
.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
}
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}
.tabcontrol > .content > .body ul > li {
  display: list-item;
}

@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&subset=latin-ext");
@font-face {
  font-family: 'avayaIcon';
  src: url(data:application/font-woff;charset=utf-8;base64,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);
  src: url("../fonts/avayaIcon.eot?y5x7t9#iefix") format('embedded-opentype'), url("data:application/font-ttf;charset=utf-8;base64,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") format('truetype'), url("../fonts/avayaIcon.woff?y5x7t9") format('woff'), url("g?y5x7t9#avayaIcon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'avayaIcon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-logoEngage:before {
  content: icon-logoEngage;
}
.icon-logoEngagePart1:before {
  content: icon-logoEngagePart1;
}
.icon-logoEngagePart2:before {
  content: icon-logoEngagePart2;
}
.icon-arrowDown:before {
  content: icon-arrowDown;
}
.icon-webIcon:before {
  content: icon-webIcon;
}
.icon-aIcon:before {
  content: icon-aIcon;
}
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Gotham';
  color: #313133;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
input,
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input focus,
select focus {
  outline: none;
}
img {
  display: block;
}
html {
  overflow-y: auto !important;
}
a {
  color: #da291c;
}
a:hover {
  color: #da291c;
}
a:focus {
  color: inherit;
}
sup {
  top: -5px;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-size: 80%;
}
span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.uppeNumber {
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}
body {
  padding: 0 !important;
  overflow-x: hidden !important;
  height: auto !important;
}
body.hiddenScroll {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
body .mainContent {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
body .mainContent.hiddenScroll {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
body .blackbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: height, 0.3s, 0.1s;
  -moz-transition: height, 0.3s, 0.1s;
  -o-transition: height, 0.3s, 0.1s;
  -ms-transition: height, 0.3s, 0.1s;
  transition: height, 0.3s, 0.1s;
  background-color: rgba(49,49,51,0.8);
  z-index: 1050;
}
body .blackbox .popupModal {
  float: inherit;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 0px 40px rgba(0,0,0,0.5);
  box-shadow: 0 0px 40px rgba(0,0,0,0.5);
  background-color: #fff;
  border-top: 8px solid #da291c;
}
@media screen and (max-width: 767px) {
  body .blackbox .popupModal {
    top: 10%;
  }
}
body .blackbox .popupModal div.cerrar {
  width: 43px;
  height: 43px;
  border-radius: 100px;
  border: 4px solid #f1f1f3;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  background-color: #fff;
  position: absolute;
  z-index: 2;
  right: -21px;
  top: -21px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  body .blackbox .popupModal div.cerrar {
    right: 0;
  }
}
body .blackbox .popupModal div.cerrar:hover {
  background-color: #da291c;
}
body .blackbox .popupModal div.cerrar:hover:before,
body .blackbox .popupModal div.cerrar:hover:after {
  background-color: #fff;
}
body .blackbox .popupModal div.cerrar:before,
body .blackbox .popupModal div.cerrar:after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #575759;
  position: absolute;
  top: 50%;
  left: 50%;
}
body .blackbox .popupModal div.cerrar:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
body .blackbox .popupModal div.cerrar:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
body .blackbox .popupModal .innerPopupModal::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
body .blackbox .innerPopupModal::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f9f9fa;
}
body .blackbox .innerPopupModal::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(49,49,51,0.15);
}
body .blackbox .innerPopupModal {
  width: 100%;
  overflow-y: auto;
  max-height: 600px;
  margin: 0 auto;
  padding: 40px 8%;
}
@media screen and (max-width: 767px) {
  body .blackbox .innerPopupModal {
    height: 450px;
  }
}
body .blackbox .innerPopupModal h4 {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 30px;
}
body .blackbox .innerPopupModal h4 span {
  font-size: 18px;
  font-size: 1.125rem;
  color: #575759;
}
body .blackbox .innerPopupModal p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  font-family: 'Gotham Book';
}
body .blackbox .innerPopupModal p b {
  font-weight: bold;
}
body .blackbox .innerPopupModal a.btnPopup {
  float: right;
  display: table;
  padding: 15px 25px;
  margin-top: 40px;
  background-color: #da291c;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
body .blackbox .innerPopupModal a.btnPopup.centerBtn {
  margin: 40px auto 60px;
  float: none;
}
@media screen and (max-width: 767px) {
  body .blackbox .innerPopupModal a.btnPopup {
    margin: 40px auto 0;
    float: none;
  }
}
body .blackbox .innerPopupModal a.btnPopup:hover {
  background-color: #ae2116;
  text-decoration: none;
}
body .blackbox .innerPopupModal div.videoIframe {
  width: 100%;
}
body .blackbox .innerPopupModal div.videoIframe iframe {
  width: 100%;
}
a.btnBox {
  display: table;
  outline: none;
  margin: 0px auto 0px;
  padding: 0 0 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
a.btnBox p {
  border: 2px solid #da291c;
  padding: 12px 25px;
  text-align: center;
  color: #000;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  position: relative;
  z-index: 2;
}
a.btnBox p:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  left: -50%;
  top: 0;
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -o-transform: skew(50deg);
  -ms-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  -ms-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
a.btnBox:hover {
  text-decoration: none;
}
a.btnBox:hover p {
  color: #fff;
}
a.btnBox:hover p:before {
  width: 150%;
  background-color: #da291c;
}
header {
  width: 100%;
  min-height: 50px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 14px 0px rgba(144,144,144,0.2);
  box-shadow: 0px 6px 14px 0px rgba(144,144,144,0.2);
  position: relative;
  z-index: 10;
}
header .logo {
  width: 300px;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-image: url("https://img03.en25.com/EloquaImages/clients/AvayaInc/%7B22c7a5dd-b908-4be7-b362-7fd151dc4354%7D_bgLogo.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
header .logo svg.logoAvaya {
  width: 130px;
  margin-top: 8px;
  margin-right: 30px;
}
header .logo svg.logoAvaya polygon {
  fill: #fff;
}
footer {
  width: 100%;
  padding: 15px 3%;
  background-color: #f1f1f3;
}
footer div.contInnerFoot {
  width: 85%;
  margin: 0 auto;
}
footer div.contInnerFoot div.contLogo {
  padding: 0 0;
}
@media screen and (max-width: 991px) {
  footer div.contInnerFoot div.contLogo div {
    display: table;
    margin: 0 auto;
  }
}
footer div.contInnerFoot div.contLogo div svg.logoAvaya {
  width: 100px;
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  footer div.contInnerFoot div.contLogo div svg.logoAvaya {
    margin-top: 0px;
  }
}
footer div.contInnerFoot div.contLogo div svg.logoAvaya polygon {
  fill: #da291c;
}
footer div.contInnerFoot div.contLogo div svg.logoAvayaTagline {
  width: 220px;
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  footer div.contInnerFoot div.contLogo div svg.logoAvayaTagline {
    margin-bottom: 10px;
  }
}
footer div.contInnerFoot div.contLogo div svg.logoAvayaTagline path.avayaWord {
  fill: #da291c;
}
footer div.contInnerFoot div.contLogo div svg.logoAvayaTagline pathtagLine {
  fill: #313133;
}
footer div.contInnerFoot div.contLogo div svg.logoAvayaTagline polygon.line {
  fill: #313133;
}
footer div.contInnerFoot div.legal {
  padding: 3px 0;
}
@media screen and (max-width: 991px) {
  footer div.contInnerFoot div.legal {
    display: table;
    padding: 10px 0 0;
    float: none;
  }
}
footer div.contInnerFoot div.legal p {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Gotham Book';
  color: #575759;
  line-height: 18px;
}
footer div.contInnerFoot div.legal p a {
  font-family: 'Gotham Book';
  color: #575759;
}
footer div.contInnerFoot div.legal p a.btnCookies {
  cursor: pointer;
}
footer div.contInnerFoot div.legal p a:hover {
  color: #da291c;
}
@media screen and (max-width: 991px) {
  footer div.contInnerFoot div.legal p {
    text-align: center;
    display: table;
    margin: 0 auto;
  }
  footer div.contInnerFoot div.legal p br {
    display: none;
  }
  footer div.contInnerFoot div.legal p span {
    font-family: 'Gotham Book';
  }
  footer div.contInnerFoot div.legal p span.legalLink {
    display: table;
    margin: 6px auto;
  }
}
footer div.contInnerFoot div.contRedes {
  padding: 3px 0;
}
footer div.contInnerFoot div.contRedes ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
}
footer div.contInnerFoot div.contRedes ul li {
  margin: 0 10px;
}
footer div.contInnerFoot div.contRedes ul li a svg {
  width: 34.5px;
}
footer div.contInnerFoot div.contRedes ul li a svg path.circle {
  fill: rgba(0,0,0,0.08);
}
footer div.contInnerFoot div.contRedes ul li a svg path.icon {
  fill: #000;
}
footer div.contInnerFoot div.contRedes ul li a svg rect.icon {
  fill: #000;
}
footer div.contInnerFoot .contCopy {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  footer div.contInnerFoot .contCopy {
    padding: 15px 0 0;
    float: none;
  }
}
footer div.contInnerFoot .contCopy p {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  font-family: 'Gotham Book';
}
@media screen and (max-width: 767px) {
  footer div.contInnerFoot .contCopy p {
    text-align: center;
  }
}
body .mainContainer {
  display: table;
  width: 100%;
}
body .mainContainer section.introRegister {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-image: url("https://img03.en25.com/EloquaImages/clients/AvayaInc/%7B2785c216-b493-416c-95b8-1413d47347de%7D_bg-content.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 5% -90px;
  position: relative;
  z-index: 1;
  min-height: 250px;
}
@media screen and (max-width: 1280px) {
  body .mainContainer section.introRegister {
    background-position: center top;
    min-height: 300px;
  }
}
@media screen and (max-width: 991px) {
  body .mainContainer section.introRegister {
    background-position: center top;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  body .mainContainer section.introRegister {
    -webkit-background-size: auto 150px;
    -moz-background-size: auto 150px;
    background-size: auto 150px;
  }
}
body .mainContainer section.introRegister .innerIntroRegister {
  display: table;
  float: none;
  margin: 0 auto;
}
body .mainContainer section.introRegister .innerIntroRegister.innerContentFormThanks {
  padding: 50px 15px;
}
@media screen and (max-width: 991px) {
  body .mainContainer section.introRegister .innerIntroRegister.innerContentFormThanks {
    padding: 150px 0 0;
  }
}
@media screen and (max-width: 991px) {
  body .mainContainer section.introRegister .innerIntroRegister {
    padding: 150px 0 0;
  }
}
body .mainContainer section.introRegister .innerIntroRegister .introTxt {
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  body .mainContainer section.introRegister .innerIntroRegister .introTxt {
    background-color: #fff;
    padding: 30px 5% 0;
  }
}
body .mainContainer section.introRegister .innerIntroRegister .introTxt p.tagText {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
body .mainContainer section.introRegister .innerIntroRegister .introTxt p.tagText:after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #a3cae9;
  margin: 15px 0 20px;
}
body .mainContainer section.introRegister .innerIntroRegister .introTxt h2 {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 35px;
  font-size: 2.1875rem;
  text-align: center;
}
body .mainContainer section.introRegister .innerIntroRegister .introTxt h2 .divisor {
  content: '';
  display: block;
  width: 180px;
  margin: 30px auto;
}
body .mainContainer section.introRegister .innerIntroRegister .introTxt h2 .divisor img {
  width: 100%;
}
body .mainContainer section.introRegister .innerIntroRegister .introTxt p.redtitle {
  color: #da291c;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 30px;
}
body .mainContainer section.introRegister .innerIntroRegister .introTxt p {
  font-family: 'Gotham Book';
  text-align: center;
  line-height: 22px;
  font-size: 16px;
  font-size: 1rem;
}
body .mainContainer section.introRegister .innerIntroRegister .introTxt p b {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
body .mainContainer section.contentRegister {
  padding: 40px 0;
  min-height: 300px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  body .mainContainer section.contentRegister {
    padding: 30px 0 0;
  }
}
body .mainContainer section.contentRegister.bgAvaya {
  background-image: url("https://img03.en25.com/EloquaImages/clients/AvayaInc/%7Bbf1b23e5-5d3f-4a20-9f18-95423fa4310a%7D_avayaBG.png");
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
body .mainContainer section.contentRegister.bgGris2 {
  background-color: #f9f9fa;
}
body .mainContainer section.contentRegister.caracteristics {
  padding: 0;
}
body .mainContainer section.contentRegister.caracteristics .innertextBottom {
  display: table;
  width: 100%;
  max-width: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
body .mainContainer section.contentRegister.caracteristics .innertextBottom div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px;
}
body .mainContainer section.contentRegister.caracteristics .innertextBottom div.left {
  background-color: #f1f1f3;
}
@media screen and (max-width: 991px) {
  body .mainContainer section.contentRegister.caracteristics .innertextBottom div.left >div {
    padding: 0;
  }
}
body .mainContainer section.contentRegister.caracteristics .innertextBottom div.right {
  background-color: #f9f9fa;
}
@media screen and (max-width: 991px) {
  body .mainContainer section.contentRegister.caracteristics .innertextBottom div.right >div {
    padding: 0;
  }
}
body .mainContainer section.contentRegister.caracteristics .innertextBottom div .contentText {
  width: 65%;
  display: table;
  padding: 0 0 0 30px;
}
body .mainContainer section.contentRegister.caracteristics .innertextBottom div .contentText p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 991px) {
  body .mainContainer section.contentRegister.caracteristics .innertextBottom div .contentText {
    padding: 25px 0 0;
    width: 100%;
  }
}
body .mainContainer section.contentRegister.caracteristics .innertextBottom div figure {
  width: 35%;
}
@media screen and (max-width: 991px) {
  body .mainContainer section.contentRegister.caracteristics .innertextBottom div figure {
    width: 60%;
    margin: 0 auto;
  }
}
body .mainContainer section.contentRegister.caracteristics .innertextBottom div figure img {
  width: 100%;
}
body .mainContainer section.contentRegister div.innerContentRegister {
  margin: 0 auto;
  padding: 0px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
body .mainContainer section.contentRegister div.innerContentRegister >div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .mainContainer section.contentRegister div.innerContentRegister div.contText {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 40px 0 30px;
}
@media screen and (max-width: 1280px) {
  body .mainContainer section.contentRegister div.innerContentRegister div.contText {
    padding: 0px 0 30px;
  }
}
body .mainContainer section.contentRegister div.innerContentRegister div.contText ul {
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  body .mainContainer section.contentRegister div.innerContentRegister div.contText ul {
    padding: 25px 0 0;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  body .mainContainer section.contentRegister div.innerContentRegister div.contText ul {
    width: 95%;
  }
}
body .mainContainer section.contentRegister div.innerContentRegister div.contText ul li {
  width: 50%;
  padding: 0 5px;
}
body .mainContainer section.contentRegister div.innerContentRegister div.contText ul li figure {
  width: 100%;
}
body .mainContainer section.contentRegister div.innerContentRegister div.contText ul li figure img {
  width: 100%;
}
body .mainContainer section.contentRegister div.innerContentRegister h2 {
  font-family: 'Playfair Display';
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 25px;
}
body .mainContainer section.contentRegister div.innerContentRegister p {
  font-family: 'Gotham Book';
  line-height: 24px;
}
body .mainContainer section.contentRegister div.innerContentRegister p sup {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Gotham Book';
}
body .mainContainer section.contentRegister div.innerContentRegister p a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
body .mainContainer section.contentRegister div.innerContentRegister ul.bulletList {
  width: 100%;
  margin: 0px auto;
  padding-left: 15px;
}
body .mainContainer section.contentRegister div.innerContentRegister ul.bulletList li {
  padding-left: 20px;
  margin: 4px auto;
  position: relative;
}
body .mainContainer section.contentRegister div.innerContentRegister ul.bulletList li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #313133;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 30px 4% 20px;
  position: relative;
  background-color: rgba(255,255,255,0.9);
  position: relative;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  body .mainContainer section.contentRegister div.innerContentRegister div.innerForm:before {
    display: none;
  }
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm.innerFormThanks {
  padding: 80px 5%;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm h2.tittleForm {
  margin-bottom: 25px;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: 'Playfair Display';
  font-weight: 700;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm h2.tittleForm p {
  margin-top: 30px;
  font-family: 'Gotham Book';
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm h2.tittleForm p.subtitleform {
  margin: 25px 0;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm h2.tittleForm p span.linksPhones {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm h2.tittleForm p span.linksPhones a {
  float: none;
  margin-bottom: 7px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm h2.tittleForm p span.red {
  display: block;
  margin-top: 8px;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  color: #da291c;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form {
  display: block;
  margin: 0px auto 0;
  width: 100%;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm {
  width: 100%;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild {
  width: 100%;
  padding: 0% 0;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul {
  display: table;
  width: 100%;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li {
  padding: 0 7px 15px;
  position: relative;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li.onlyFild {
  float: none;
  display: table;
  margin: 0 auto;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li.fullFild {
  width: 100%;
  margin-right: 0;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li.selectFild div {
  margin: 0 auto;
  position: relative;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li.selectFild div:after {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  right: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #da291c;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li.selectFild div label.error {
  width: 100%;
  margin: 5px 0 0;
  padding-left: 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #da291c;
  font-weight: bold;
  text-align: center;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li.checkFild >label p b {
  font-weight: bold;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li >label {
  width: 100%;
  margin-bottom: 8px;
  padding-left: 3px;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li >label.error {
  width: 100%;
  margin: 5px 0 0;
  padding-left: 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #da291c;
  font-weight: bold;
  text-align: center;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li >label p {
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li >label p span {
  color: #da291c;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li input,
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li textarea,
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li select {
  width: 100%;
  height: 30px;
  display: block;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid rgba(144,144,144,0.5);
  margin: 0 auto;
  padding: 5px;
  font-family: 'Gotham Book';
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li input:focus,
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li textarea:focus,
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li select:focus {
  border: 1px solid #da291c;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li input::-webkit-input-placeholder,
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li textarea::-webkit-input-placeholder,
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li select::-webkit-input-placeholder {
  color: #000;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li input::-moz-placeholder,
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li textarea::-moz-placeholder,
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li select::-moz-placeholder {
  color: #000;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li input:-ms-input-placeholder,
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li textarea:-ms-input-placeholder,
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li select:-ms-input-placeholder {
  color: #000;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li input:-moz-placeholder,
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li textarea:-moz-placeholder,
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li select:-moz-placeholder {
  color: #000;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .placeholderclass:before {
  width: 100%;
  content: attr(placeholder);
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .placeholderclass:hover:before,
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .placeholderclass:active:before,
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .placeholderclass:focus:before {
  width: 0%;
  content: "";
  display: none;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li textarea {
  max-width: 100%;
  min-width: 100%;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  padding: 10px 10px;
  line-height: 18px;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox {
  padding: 10px 0px 0;
  position: relative;
  display: table;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li {
  display: inline-block;
  padding: 0 0 20px;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li:last-child {
  padding-bottom: 0;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li:nth-child(odd) {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li {
    padding: 10px 0;
  }
  body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li:nth-child(odd) {
    margin: 0;
  }
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li[class*="col"] {
  width: 48%;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li[class*="col"] label p,
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li[class*="col"] label span.btnCheckbox {
  float: left;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li[class*="col"] label p {
  width: 90%;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li.onlyFild {
  float: none;
  display: table;
  margin: 0 auto;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li.fullFild {
  width: 100%;
  margin-right: 0;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li label.error {
  width: auto;
  margin: 5px 0 0;
  padding-left: 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #da291c;
  font-weight: bold;
  text-align: center;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  font-family: 'Gotham Book';
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li label input[type="radio"],
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li label input[type="checkbox"] {
  margin: 0;
  position: absolute;
  width: auto;
  height: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li label input[type="radio"]:checked ~ span.btnCheckbox,
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li label input[type="checkbox"]:checked ~ span.btnCheckbox {
  background: rgba(144,144,144,0.8);
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li label span.btnCheckbox {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid rgba(144,144,144,0.5);
  margin-right: 5px;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm section.formFild >ul >li .checkBox li label span.btnCheckbox.checkedInput {
  background: rgba(144,144,144,0.8);
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm .sendButton {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  margin: 10px 0 0;
  padding: 12px 25px;
  background-color: #da291c;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 14px;
  font-size: 0.875rem;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm form .slideForm .sendButton:hover {
  background-color: #ae2116;
  text-decoration: none;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm .contentThankMessage {
  width: 100%;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm .contentThankMessage h2 {
  text-align: center;
}
body .mainContainer section.contentRegister div.innerContentRegister div.innerForm .contentThankMessage p {
  text-align: center;
}
/*# sourceMappingURL=main.css.map */